Skip to content

chore: update stale awslabs references to aws#751

Merged
bnusunny merged 2 commits into
aws:mainfrom
JamBalaya56562:chore/rename
Jun 3, 2026
Merged

chore: update stale awslabs references to aws#751
bnusunny merged 2 commits into
aws:mainfrom
JamBalaya56562:chore/rename

Conversation

@JamBalaya56562
Copy link
Copy Markdown
Contributor

@JamBalaya56562 JamBalaya56562 commented Jun 2, 2026

Problem

This repository was moved from the awslabs GitHub org to aws (the repo now lives at
github.com/aws/aws-lambda-web-adapter). Several of the AWS projects it links to have made the
same move. However, many URLs and references throughout the repo still point at the old awslabs
org. These are stale: some now only work via GitHub's redirect, and one (.github/CODEOWNERS) is
actually broken.

Changes

All references were updated to the current canonical owner, verified via the GitHub API (which
follows org transfers and renames).

Our own repo (awslabs/aws-lambda-web-adapteraws/aws-lambda-web-adapter)

  • Cargo.tomlhomepage and repository metadata.
  • docs/guide/book.toml — mdBook git-repository-url, plus the docs/ guide pages that link back
    to the repo.
  • .github/CODEOWNERS — team reference @awslabs/aws-lambda-adapter-maintainers
    @aws/aws-lambda-adapter-maintainers. The old slug fails GitHub's CODEOWNERS validation as an
    Unknown owner (confirmed via repos/.../codeowners/errors), so code ownership was not being
    applied. See the note below.

Other AWS projects we link to (all now under the aws org)

Old Current canonical Notes
awslabs/serverless-application-model aws/serverless-application-model SAM template comments across examples/
awslabs/aws-sam-cli aws/aws-sam-cli e.g. generated package.json provenance
awslabs/aws-lambda-rust-runtime aws/aws-lambda-rust-runtime
awslabs/aws-serverless-java-container aws/serverless-java-container transferred and renamed (repo slug changed)

Deep paths in those links (e.g. /blob/master/...) are preserved unchanged — the transfers keep the
repository contents, so the paths still resolve.

Diffstat: 64 files changed, 150 insertions(+), 150 deletions(-) — 49 in examples/, 12 in
docs/, plus README.md, Cargo.toml, and .github/CODEOWNERS.

Note on CODEOWNERS

GitHub's CODEOWNERS errors API confirms the old @awslabs/aws-lambda-adapter-maintainers is an
Unknown owner. The replacement assumes the maintainers team carried over to the aws org under the
same name (@aws/aws-lambda-adapter-maintainers). Listing org teams requires admin:org scope, so
please confirm that team exists in the aws org and has write access to this repo before merging;
if the slug differs, adjust accordingly.

Comment thread .github/CODEOWNERS Outdated
The repo (and several AWS projects it links to) moved from the awslabs
org to aws, but many URLs still pointed at awslabs. Update them to the
current canonical owner, verified via the GitHub API (which follows org
transfers and renames):

Our own repo (awslabs -> aws/aws-lambda-web-adapter):
- Cargo.toml homepage / repository metadata
- mdBook git-repository-url and the docs/ guide pages
- .github/CODEOWNERS team: @awslabs/... -> @aws/aws-lambda-adapter-maintainers
  (the old slug failed the GitHub CODEOWNERS check as an 'Unknown owner')

Other AWS projects we link to, all now under the aws org:
- awslabs/serverless-application-model -> aws/serverless-application-model
  (SAM template comments across examples/)
- awslabs/aws-sam-cli            -> aws/aws-sam-cli
- awslabs/aws-lambda-rust-runtime -> aws/aws-lambda-rust-runtime
- awslabs/aws-serverless-java-container -> aws/serverless-java-container
  (transferred AND renamed)

Deliberately left untouched: CHANGELOG.md historical entries (old links
are accurate as history).

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
@JamBalaya56562
Copy link
Copy Markdown
Contributor Author

The test-image (gin) CI failure here is unrelated to this PR's changes: the gin example was the only one still pulling its base image from Docker Hub, which timed out due to anonymous pull rate limits.

Fix submitted in #752 (switch gin to the ECR Public mirror — details there). Once #752 is merged, I'll rebase this PR and re-run CI to get it green.

@bnusunny bnusunny merged commit 9a59d04 into aws:main Jun 3, 2026
43 of 44 checks passed
@JamBalaya56562 JamBalaya56562 deleted the chore/rename branch June 3, 2026 23:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants